home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 November
/
Amiga Games 1996 #11.iso
/
rexx
/
imagetofinalwriter2.asrx
< prev
next >
Wrap
Text File
|
1995-05-31
|
638b
|
35 lines
/*
** ImageToFinalWriter2.asrx
**
** $VER: ImageToFinalWriter2 V1.0.0 (29.04.95)
**
** (c) by MotionStudios
** Wildermuthplatz 3
** 28211 Bremen
** Tel.: 0421/249966
**
**
** Dieses Script uebergibt das Bild an das FinalWriter Window 2
** Falls noch weitere ProjectWindows vorhanden sind, muss die
** Endung ".2" geaendert werden in die Nummer des Windows.
** Fuer das 4 Window also "FinalW.4" usw.
**
*/
ADDRESS "FINALW.2"
OPTIONS RESULTS
PARSE ARG Path
/*
** Bild an FinalWriter uebergeben
*/
InsertImage Path POSITION 1 1 1 3 3
/*
** FinalWriter veranlassen, dass das Dokument neu gezeichnet wird.
*/
Redraw